More tweaks to remove the "FE" from more places.
authorrobertl <robertl>
Sun, 6 Sep 2009 18:59:26 +0000 (18:59 +0000)
committerrobertl <robertl>
Sun, 6 Sep 2009 18:59:26 +0000 (18:59 +0000)
configure.in
gui/setup.iss.in

index 9f23a2205cb5d3e5fb2626b57e266072bb9ea09b..8c9af396474455c1bab63e43865854f66e014585 100644 (file)
@@ -415,6 +415,6 @@ if test "$ac_cv_valistisarray" = true ; then
 else
        AC_MSG_RESULT(no)
 fi
-AC_CONFIG_FILES([Makefile gbversion.h xmldoc/makedoc tools/mkcapabilities win32/gpsbabel.rc jeeps/Makefile shapelib/Makefile zlib/empty])
+AC_CONFIG_FILES([Makefile gbversion.h gui/setup.iss xmldoc/makedoc tools/mkcapabilities win32/gpsbabel.rc jeeps/Makefile shapelib/Makefile zlib/empty])
 AC_OUTPUT
 
index f79ebe30919a1365b546f6faff397db0b390e500..cd28c7a857b5823b8cc280148da4c626197f61f9 100755 (executable)
@@ -1,4 +1,4 @@
-; $Id: setup.iss.in,v 1.2 2009/09/06 05:04:07 robertl Exp $\r
+; $Id: setup.iss.in,v 1.3 2009/09/06 18:59:26 robertl Exp $\r
 ;\r
 ; NOTE: setup.iss is generated from setup.iss.in via autoconf.\r
 ; The generated setup.iss is checked in to help keep the version numbers\r
 ; Do not use the same AppId value in installers for other applications.\r
 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)\r
 AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017}\r
-AppName=GPSBabelFE\r
-AppVerName=GPSBabelFE @PACKAGE_VERSION@@PACKAGE_RELEASE@\r
+AppName=GPSBabel\r
+AppVerName=GPSBabel @PACKAGE_VERSION@@PACKAGE_RELEASE@\r
 AppPublisher=GPSBabel\r
 AppPublisherURL=http://www.gpsbabel.org\r
 AppSupportURL=http://www.gpsbabel.org\r
 AppUpdatesURL=http://www.gpsbabel.org\r
-DefaultDirName={pf}\GPSBabelFE\r
-DefaultGroupName=GPSBabelFE\r
+DefaultDirName={pf}\GPSBabel\r
+DefaultGroupName=GPSBabel\r
 OutputDir=release\r
 OutputBaseFilename=GPSBabelSetup\r
 SetupIconFile=images\babel2.ico\r
@@ -89,8 +89,8 @@ Source: COPYING;                      DestDir: {app}; Flags: ignoreversion
 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files\r
 \r
 [Icons]\r
-Name: "{group}\GPSBabelFE"; Filename: "{app}\gpsbabelfe.exe"\r
-Name: "{commondesktop}\GPSBabelFE"; Filename: "{app}\gpsbabelfe.exe"; Tasks: desktopicon\r
+Name: "{group}\GPSBabel"; Filename: "{app}\gpsbabelfe.exe"\r
+Name: "{commondesktop}\GPSBabel"; Filename: "{app}\gpsbabelfe.exe"; Tasks: desktopicon\r
 \r
 [Run]\r
 Filename: "{app}\gpsbabelfe.exe"; Description: "{cm:LaunchProgram,GPSBabelFE}"; Flags: nowait postinstall skipifsilent\r